Skip to content

chore(chart-deps): update tekton-pipelines to version 1.12.0#3224

Open
svcAPLBot wants to merge 9 commits into
mainfrom
ci-update-tekton-pipelines-to-1.12.0
Open

chore(chart-deps): update tekton-pipelines to version 1.12.0#3224
svcAPLBot wants to merge 9 commits into
mainfrom
ci-update-tekton-pipelines-to-1.12.0

Conversation

@svcAPLBot
Copy link
Copy Markdown
Contributor

This PR updates the dependency tekton-pipeline to version 1.12.0.

@svcAPLBot svcAPLBot added the chart-deps Auto generated helm chart dependencies label May 9, 2026
@merll merll marked this pull request as ready for review May 11, 2026 12:21
@svcAPLBot
Copy link
Copy Markdown
Contributor Author

svcAPLBot commented May 11, 2026

Comparison of Helm chart templating output:

# otomi-api/templates/core-config.yaml

@@ data.core.yaml @@
! ± value change in multiline text (one insert, one deletion)
  adminApps:
  - deps:
    - prometheus
    ingress:
  
  [558 lines unchanged)]
  
      title: Sealed Secrets
    tekton:
      about: Tekton Pipelines provides Kubernetes custom resources for declaring CI/CD-style
        pipelines.
-     appVersion: 1.9.1
+     appVersion: 1.12.0
      chartName: tekton-pipelines
      dependencies: Harbor
      integration: App Platform uses Tekton to proivide pre-build pipelines using the
        git-clone, buildpacks and kaniko tasks to build images from source code and
  
  [163 lines unchanged)]
  
      svc: tekton-dashboard
      type: public
    name: tekton
    ownHost: true

# otomi-api/templates/deployment.yaml

# rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml

# tekton-pipeline/templates/config-defaults-cm.yaml

@@ data._example @@
! ± value change in multiline text (one insert, one deletion)
  ################################
  #                              #
  #    EXAMPLE CONFIGURATION     #
  #                              #
  
  [112 lines unchanged)]
  
  #     limits:
  #       memory: "128Mi"
  #       cpu: "500m"
  #
- #   default: # updates resource requirements of init-containers and containers which has empty resource resource requirements
+ #   default: # updates resource requirements of init-containers and containers which has empty resource requirements
  #     requests:
  #       memory: "64Mi"
  #       cpu: "250m"
  #     limits:
  
  [14 lines unchanged)]
  
  # to prevent overwhelming remote servers (e.g., git providers, OCI registries) or
  # the Kubernetes API server, especially when a TaskRun contains many steps that
  # reference StepActions.
  default-step-ref-concurrency-limit: "5"

# tekton-pipeline/templates/config-events-cm.yaml

@@ data._example @@
! ± value change in multiline text (one insert, one deletion)
  ################################
  #                              #
  #    EXAMPLE CONFIGURATION     #
  #                              #
  
  [seven lines unchanged)]
  
  # These sample configuration options may be copied out of
  # this example block and unindented to be in the data block
  # to actually change the configuration.
  
- # formats contains a comma seperated list of event formats to be used
+ # formats contains a comma separated list of event formats to be used
  # the only format supported today is "tektonv1". An empty string is not
  # a valid configuration. To disable events, do not specify the sink.
  formats: "tektonv1"
  
  
  [one line unchanged)]
  
  # CustomRun. If no sink is specified, no CloudEvent is generated.
  # This setting supercedes the "default-cloud-events-sink" from the
  # "config-defaults" config map
  sink: "https://events.sink/cdevents"

# tekton-pipeline/templates/config-observability-cm.yaml

@@ data @@
! + one map entry added:
+ metrics-protocol: prometheus

@@ data._example @@
! ± value change in multiline text (four inserts, four deletions)
  ################################
  #                              #
  #    EXAMPLE CONFIGURATION     #
  #                              #
  
  [seven lines unchanged)]
  
  # These sample configuration options may be copied out of
  # this example block and unindented to be in the data block
  # to actually change the configuration.
  
- # metrics.backend-destination field specifies the system metrics destination.
- # It supports either prometheus (the default) or stackdriver.
- # Note: Using stackdriver will incur additional charges
- metrics.backend-destination: prometheus
+ # OpenTelemetry Metrics Configuration
+ # Protocol for metrics export (prometheus, grpc, http/protobuf, none)
+ # Default if not specified: "none"
+ metrics-protocol: prometheus
+ 
+ # Metrics endpoint (for grpc/http protocols)
+ # Default: empty (uses default OTLP endpoint)
+ metrics-endpoint: ""
+ 
+ # Metrics export interval (e.g., "30s", "1m")
+ # Default: empty (uses default interval)
+ metrics-export-interval: ""
+ 
+ # OpenTelemetry Tracing Configuration
+ # Protocol for tracing export (grpc, http/protobuf, none, stdout)
+ # Default: none
+ tracing-protocol: none
+ 
+ # Tracing endpoint (for grpc/http protocols)
+ # Default: empty
+ tracing-endpoint: ""
+ 
+ # Tracing sampling rate (0.0 to 1.0)
+ # Default: 1.0 (100% sampling)
+ tracing-sampling-rate: "1.0"
  
- # metrics.request-metrics-backend-destination specifies the request metrics
- # destination. If non-empty, it enables queue proxy to send request metrics.
- # Currently supported values: prometheus, stackdriver.
- metrics.request-metrics-backend-destination: prometheus
+ # Runtime Configuration
+ # Enable profiling (enabled, disabled)
+ # Default: disabled
+ runtime-profiling: disabled
  
- # metrics.stackdriver-project-id field specifies the stackdriver project ID. This
- # field is optional. When running on GCE, application default credentials will be
- # used if this field is not provided.
- metrics.stackdriver-project-id: "<your stackdriver project id>"
+ # Runtime export interval (e.g., "15s")
+ # Default: 15s
+ runtime-export-interval: "15s"
  
- # metrics.allow-stackdriver-custom-metrics indicates whether it is allowed to send metrics to
- # Stackdriver using "global" resource type and custom metric type if the
- # metrics are not supported by "knative_revision" resource type. Setting this
- # flag to "true" could cause extra Stackdriver charge.
- # If metrics.backend-destination is not Stackdriver, this is ignored.
- metrics.allow-stackdriver-custom-metrics: "false"
+ # Note: Legacy OpenCensus configuration (metrics.backend-destination, etc.) has been
+ # removed as OpenCensus support is no longer provided by the underlying infrastructure.
+ # Please use the OpenTelemetry configuration options above.

# tekton-pipeline/templates/config-tracing-cm.yaml

@@ data._example @@
! ± value change in multiline text (one insert, one deletion)
  ################################
  #                              #
  #    EXAMPLE CONFIGURATION     #
  #                              #
  
  [eleven lines unchanged)]
  
  enabled: "true"
  #
  # API endpoint to send the traces to
  # (optional): The default value is given below
- endpoint: "http://jaeger-collector.jaeger.svc.cluster.local:14268/api/traces"
+ endpoint: "http://jaeger-collector.jaeger.svc.cluster.local:4318/v1/traces"
  # (optional) Name of the k8s secret which contains basic auth credentials
  credentialsSecret: "jaeger-creds"

# tekton-pipeline/templates/config.webhook.pipeline.tekton.dev-valwebhookcfg.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/feature-flags-cm.yaml

@@ data.send-cloudevents-for-runs @@
! ± value change
- false
+ true

# tekton-pipeline/templates/hubresolver-config-cm.yaml

# tekton-pipeline/templates/pipelines-info-cm.yaml

@@ data.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/tekton-events-controller-cluster-access-clusterrole.yaml

@@ rules @@
! + one list entry added:
+ - resources:
+   - events
+   apiGroups:
+   - 
+   verbs:
+   - create
+   - patch

# tekton-pipeline/templates/tekton-events-controller-deploy.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.spec.containers.tekton-events-controller.image @@
! ± value change
- ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.9.2@sha256:3cfd35631998087b2eafb40705fe9e0fae115e5f3c4aaec56c942e179fd6c14e
+ ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.12.0@sha256:d5d5869215a58fea01ce627d605786090949a324969102ab1fd25716adde10e9

# tekton-pipeline/templates/tekton-events-controller-svc.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/tekton-pipelines-controller-deploy.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.spec.containers.tekton-pipelines-controller.args @@
! - four list entries removed:
- - "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.9.2@sha256:f9b98c1f7fc4a747dc0d118def8bbde58c81da31c5d80e2d70f7f67b2cf16982"
- - "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v1.9.2@sha256:5a125c13f79fe80d09eca799293efa775ba37aed1322a18a49f11052401dac21"
- - "ghcr.io/tektoncd/pipeline/sidecarlogresults-7501c6a20d741631510a448b48ab098f:v1.9.2@sha256:0623a2085539a1aac38c2b89da59cc544839c7085684861e24737068a80acaa0"
- - "ghcr.io/tektoncd/pipeline/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:v1.9.2@sha256:57f4e62abb27e460ec1cef38c911ab9b53ca5f3757b88828e8d2c24e5718112e"
! + four list entries added:
+ - "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.12.0@sha256:3ec960b07abd85604242e146092e72f11be8787452c2a20d12a37fdee4a666e2"
+ - "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v1.12.0@sha256:f89fb760b05fdef6895290e524d992b66ede72546622d5028b0406a9bea36d2f"
+ - "ghcr.io/tektoncd/pipeline/sidecarlogresults-7501c6a20d741631510a448b48ab098f:v1.12.0@sha256:8b61bdcad62a99e7b15f9dc92690ea39f49be2c5a1c9f428a0aac712f349543d"
+ - "ghcr.io/tektoncd/pipeline/workingdirinit-0c558922ec6a1b739e550e349f2d5fc1:v1.12.0@sha256:11031cbed2b8ddbb5af0947a5e0c997ba7cd3da5f309ddfa76e58f5418868d71"

@@ spec.template.spec.containers.tekton-pipelines-controller.image @@
! ± value change
- ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.9.2@sha256:a6833aa4bd352d33335d4a9329fce13e44407773c703d71099aa07d0f2846826
+ ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.12.0@sha256:8d5f900677386b8fe5371429e9c1461b25de47e5e34736c7f99e82e2c279ebbc

# tekton-pipeline/templates/tekton-pipelines-controller-svc.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/tekton-pipelines-remote-resolvers-deploy.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.spec.containers.controller.image @@
! ± value change
- ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.9.2@sha256:e83af2b69c5546ad6bfca67c2903ce92ef6012c1b3bcab54b5c7b38121228a58
+ ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.12.0@sha256:b1f06197342ed946b23efd1ce124d7c17d50678b461733a6cc0912b07a4943e7

# tekton-pipeline/templates/tekton-pipelines-remote-resolvers-svc.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/tekton-pipelines-webhook-deploy.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

@@ spec.template.spec.containers.webhook.image @@
! ± value change
- ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.9.2@sha256:60189c3482571001d2be2f3cb5b9ca41a10b885fe12e743847ebe0f5ccfb788a
+ ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.12.0@sha256:1e4eded1773f6fa8ec67c9348f84bed0d39666a9698ebd1ffb4eaed88b38f7d4

# tekton-pipeline/templates/tekton-pipelines-webhook-horizontalpodautoscaler.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/tekton-pipelines-webhook-svc.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

@@ metadata.labels.version @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/validation.webhook.pipeline.tekton.dev-valwebhookcfg.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/webhook-certs-secret.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

# tekton-pipeline/templates/webhook.pipeline.tekton.dev-mutwebhookcfg.yaml

@@ metadata.labels.pipeline.tekton.dev/release @@
! ± value change
- v1.9.2
+ v1.12.0

# values-repo.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart-deps Auto generated helm chart dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants